home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 10 / PC Guide Interactive Issue 10 (Future Publishing) (1996).BIN / dosmenu.bat < prev    next >
DOS Batch File  |  1996-01-11  |  419b  |  19 lines

  1. @echo off
  2. cd cd
  3. @cls
  4. if "%1"=="vga" goto cont
  5. if "%1"=="VGA" goto cont
  6. rem ultlogo /DIS /W00 
  7. if "%1"=="svga" goto cont
  8. if "%1"=="SVGA" goto cont
  9. @echo Please wait... DosMenu now loading...  
  10. goto run
  11. :cont
  12. @echo Please wait... DosMenu now reloading...  
  13. :run
  14. disc.exe %1 %2 %3 startup.txt
  15. if errorlevel 99 c:\$run$.bat
  16. if errorlevel 77 nomem.exe    
  17. cd \
  18. if exist c:\$run$.bat del c:\$run$.bat >nul 
  19.